/* Fcrypt.h: Header file for fcrypt() DES encryption */

extern void init_des (void);
extern char *fcrypt (char *, char *);
